UInt64NINumericUInt64NIsGreaterThanOrEqualTo Method
Determines whether the current value is greater than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt64N>.IsGreaterThanOrEqualTo(
UInt64N value
)
Private Function IsGreaterThanOrEqualTo (
value As UInt64N
) As Boolean Implements INumeric(Of UInt64N).IsGreaterThanOrEqualTo
private:
virtual bool IsGreaterThanOrEqualTo(
UInt64N value
) sealed = INumeric<UInt64N>::IsGreaterThanOrEqualTo
private abstract IsGreaterThanOrEqualTo :
value : UInt64N -> bool
private override IsGreaterThanOrEqualTo :
value : UInt64N -> bool
- value UInt64N
- The value to compare with the current value.
Boolean if the current value is greater than or equal to
value; otherwise,
.
INumericTSelfIsGreaterThanOrEqualTo(TSelf)